Release 10.1A: OpenEdge Application Server:
Administration


WSACONFIG

Validates Web Services Adapter configurations. The WSACONFIG utility displays the property settings associated with WSA configuration and checks that the syntax and values are valid. You must run the WSACONFIG utility locally on the machine where the WSA is running. The utility does not run across the network.

Syntax

Operating system
Syntax
UNIX
Windows
wsaconfig [
  [ [ -name WSA-instance-name ]
    [ -propfile path-to-properties-file ]
    [ -validate ]
  ] | -help ] 

-name WSA-instance-name

Specifies which existing WSA configuration to examine. The name must match the name of an existing WSA configuration in the specified properties file. If you do not specify a WSA, the WSACONFIG utility analyzes all WSA configurations defined in the properties file specified by the -propfile parameter.

-propfile path-to-properties-file

Specifies a filename or pathname to a file that contains the property settings to be validated, for example, test.properties. If a filename or pathname is not specified, it defaults to the installation version of the ubroker.properties file, such as:

-validate

Checks the syntax and values of property settings defined in the specified properties file.

-help

Displays command-line help.

Example

The following command validates the syntax and views the configurations of all WSA instances defined within the test.properties file located in the current working directory:

wsaconfig -propfile test.properties -validate 


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095